home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global NumTasto, flag
- if NumTasto = 1 then
- go(1, "Conn1.dir")
- exit
- end if
- if NumTasto = 2 then
- go(1, "Prof.dir")
- exit
- end if
- if NumTasto = 3 then
- go(1, "FinCha.dir")
- exit
- end if
- if NumTasto = 4 then
- go(1, "Altre.dir")
- exit
- end if
- if NumTasto = 6 then
- set flag to 0
- go(1)
- exit
- end if
- if NumTasto = 7 then
- go(1, "csei.dir")
- exit
- end if
- end
-